* {
	margin: 0;
	padding: 0;
}

body{
    display: flex;
    flex-direction: column;
}
@font-face {
    font-family: 'gilroy';
    src: url("../sources/typographies/Gilroy-Light.otf");
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'gilroy';
    src: url("../sources/typographies/Gilroy-ExtraBold.otf");
    font-style: normal;
    font-weight: 600;
}

p, a {
    font-family: gilroy;
    font-weight: 100;
}

h2 {
    font-family: gilroy;
    font-weight: 600;
}

h1 {
    font-family: gilroy;
    font-weight: 400;
}

.content-area p {
    font-size: 18px;
      padding: 2% 0px;
      /* font-family: poppins; */
      line-height: 30px;
  }

.wrapper {
    padding-top: 25px;
    padding-bottom: 50px;
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;
}

@media all and (max-width:962px) {
    .wrapper2 {
      display: flex;
      margin: 0 auto;
      justify-content: space-between;
      align-items: center;
      flex-direction: column;
  }
}

.wrapper2 {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.wrapper-items {
	padding-top: 25px;
	padding-bottom: 50px;
    display: flex;
    width: 1170px;
    margin: 0 auto;
    justify-content: space-around;
}

.button-item{
	display: flex;
    width: 100%;
    justify-content: center;
    text-decoration:none;
}

.btn{
    outline: none;
    display: block;
    border: 0;
    font-size: 16px;
    line-height: 1;
    padding: 16px 30px;
    border-radius: 30px;
    background: #cb1e82;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s linear;
}
.btn:hover,
.btn:focus{
    background: #cb1e82;
}

.btn:active{
    background: #f28e37;
}

.btn-outline{
    outline: none;
    display: block;
    border: solid 3px #cb1e82;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 16px 30px;
    border-radius: 30px;
    background: #ffffff;
    color: #cb1e82;
    cursor: pointer;
    transition: all 0.6s linear;
    font-family: 'Montserrat', sans-serif;
}
.btn-outline:hover,
.btn-outline:focus{
    background: #cb1e82;
    color: #ffffff;
}
.btn-outline:active{
    background: #ffffff;
    color: #cb1e82;
}

.text-color-fushia {
    color: #cb1e82;
}

.text-color-mandarine {
    color: #f28e37;
}

.text-color-raisin {
    color: #3f2871;
}

.area-background-fushia {
    background-color: #f8dcec;
}

.area-background-mandarine {
    background-color: #fcecd4;
}

.area-background-raisin {
    background-color: #d8cce4;
}

.area-background-raisin-to-fushia {
    background: linear-gradient(
        360deg, rgba(250,221,237,1) 0%, rgba(216,204,228,1) 100%);
}

.area-background-fushia-to-mandarine {
    background: linear-gradient(
        360deg, #fcecd4 0%, #f8dcec 100%);
}

.area-background-black {
    background-color: black;
}

.area-background-white {
    background-color: white;
}

.area-background-thou {
    background-color: #b1a99e;
}

.area-background-verdun {
    background-color: #ffdaa5;
}

.area-background-cindre {
    background-color: #cac6c5;
}

.contenant-img {
    position: relative;
    text-align: center;
    color: black;
    font-weight: bold;
}
  
.texte_centrer {
    position: absolute;
    top: 14%;;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
}

.underline-raisin {
    border-bottom: solid;
    border-color: #3f2871;
    margin-right: 25%;
    margin-left: 25%;
}

.underline-fushia {
    border-bottom: solid;
    border-color: #f8dcec;
    margin-right: 25%;
    margin-left: 25%;
}

.underline-mandarine {
    border-bottom: solid;
    border-color: #fcecd4;
    margin-right: 25%;
    margin-left: 25%;
}

.underline-grey {
    border-bottom: solid;
    border-color: darkslategrey;
    margin-right: 25%;
    margin-left: 25%;
}

.zoom {
    transition: transform .1s;
}

.zoom:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
    opacity: 0.6;
}

.icone {
    height: 50px;
}

body {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.content-area {
	width: 100%;
	position: relative;
	top: 600px;
	background: #ebebeb;
}